﻿.MyMainDiv1200 {
    max-width: 1230px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.NormalDivContainer {
    width: 100%;
    overflow: hidden;
}


.MyMainDiv900 {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.MaxW380 {
    max-width: 380px;
}

.Width30 {
    width: 30px;
}

.GetRed {
    background-color: red;
}

.MyDownloadFile {
    width: 17px;
    height: 21px;
    margin-right: 15px;
    position: relative;
}

.MyLArrow {
    color: #0c509e;
    font-size: 22px;
    margin-right: 15px;
}

body {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 0 0 0;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 20px;
    color: #333333;
    min-width: 320px;
    width: 100%;
    overflow-x: hidden;
    background-color: #ffffff;
}

.BgGrey {
    background-color: #f0f0f0;
}

.BgYellow {
    background-color: #e9be35;
}

.BgBlue {
    background-color: #0c509e !important;
}

/*#region MasterMenu*/

.noposition {
    position: initial;
}

.UpperMenu {
    position: relative;
    background-color: #135c8f;
    z-index: 11;
}

.UpperMenuItem {
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    padding: 8px 30px 8px 0;
}

.UpperMenuRLItemSep {
    padding-right: 160px;
}

.UpperMenuItemSep {
    height: 100%;
    width: 1px;
    background-color: #f0f0f0;
    height: 39px;
}

.UpperMenuSpecialItem {
    font-size: 16px;
    color: #ffffff;
    padding: 8px 27px 8px 27px;
}

.UpperMenuItemSearchIcon {
    cursor: pointer;
    padding: 11px 12px 0 12px;
}

.LowerMenu {
    position: relative;
    background-color: #FFFFFF;
    z-index: 10;
}

.LowerMenuItemContainer {
    width: -moz-calc(100% - 317px);
    width: -webkit-calc(100% - 317px);
    width: -o-calc(100% - 317px);
    width: calc(100% - 317px);
}

.BalamandLogo {
    width: 317px;
    padding: 20px 0;
}

.AcquinLogo {
    padding-top: 35px;
}

.LowerMenuItem {
    color: #474747;
    font-size: 16px;
    padding: 20px 0 37px 30px;
    cursor: pointer;
}

.LowerMenuItemSubMenu {
    background-color: #FFFFFF;
    width: 100%;
    position: absolute;
    padding-top: 17px;
    padding-bottom: 40px;
    z-index: 10;
    left: 0;
    top: 140px;
}

.LowerMenuItemSeparator {
    opacity: 0;
    height: 2px;
    width: 100%;
    background-color: #555555;
}

.MenuMainTitle {
    cursor: pointer;
    margin-top: 3px;
    color: #0c509e;
    font-size: 17px;
}

.MenuSubTitle {
    cursor: pointer;
    color: #424242;
    font-size: 15px;
    margin-top: 15px;/*for spacing in submenu let the space leading*/
}

.SiteOverlayOnHover {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 15;
}

.MenuOverlayOnHover {
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 10;
}

.DivMenuSearchBox {
    padding: 10px 15px 20px 15px;
    display: none;
    background-color: #083c79;
}

.HSearchBox {
    height: 42px;
    background-color: transparent;
    color: #FFFFFF;
    width: 100%;
    border: none;
    font-size: 24px;
    padding: 0 10px;
}

    .HSearchBox::-webkit-input-placeholder {
        color: #FFFFFF !important;
    }

    .HSearchBox:-moz-placeholder { /* Firefox 18- */
        color: #FFFFFF !important;
    }

    .HSearchBox::-moz-placeholder { /* Firefox 19+ */
        color: #FFFFFF !important;
    }

    .HSearchBox:-ms-input-placeholder {
        color: #FFFFFF !important;
    }

.opacity1 {
    opacity: 1 !important;
}

.UpperMenuSubItemMenu {
    width: 200px;
    height: 195px;
    position: absolute;
    background-color: #0c509e;
    left: -65px;
    z-index: 12;
    top: 39px;
}

.UpperMenuSubItem {
    height: 64.5px;
    text-align: center;
    font-size: 14px;
}

.UpperMenuSubItemMenuFacStaff {
    width: 200px;
    height: 260px;
    position: absolute;
    background-color: #0c509e;
    left: -65px;
    z-index: 12;
    top: 39px;
}

.UpperMenuSubItemFacStaff {
    height: 64.5px;
    text-align: center;
    font-size: 14px;
}

.UpperMenuSubSeperator {
    height: 1px;
    background-color: rgba(255,255,255,0.25);
    width: 150px;
    margin: 0 auto;
}

@media all and (max-width:1170px) {

    .BalamandLogo {
        width: 220px;
        padding: 43px 0 20px 0;
    }

    .LowerMenuItemContainer {
        width: -moz-calc(100% - 220px);
        width: -webkit-calc(100% - 220px);
        width: -o-calc(100% - 220px);
        width: calc(100% - 220px);
    }
}

@media all and (max-width:1075px) {

    .LowerMenuItem {
        padding: 20px 0 37px 20px;
    }
}

@media all and (max-width:995px) {
    .BalamandLogo {
        width: 170px;
        padding: 55px 0 20px 0;
    }

    .LowerMenuItemContainer {
        width: -moz-calc(100% - 170px);
        width: -webkit-calc(100% - 170px);
        width: -o-calc(100% - 170px);
        width: calc(100% - 170px);
    }

    .LowerMenuItem {
        padding: 20px 0 37px 14px;
    }
}
/*#region tablet Menu*/

.MenuStripes {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 30px;
    padding: 0 0 0 10px;
}

.MobileMenu {
    width: 100vw;
    position: absolute;
    z-index: 90;
    left: 100vw;
    top: 43px;
}

.MobileMenuOpened {
    left: 0;
}

.TabletMenuMainDiv {
    background-color: #FFFFFF;
    border-bottom: 1px solid #b7b7b7;
    position: relative;
}

.FooterTabletMenuMainDiv {
    background-color: #4f4f4f;
    position: relative;
}

.TabletMenuMainItem {
    position: relative;
    cursor: pointer;
    color: #474747;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 10px;
    width: 100%;
}

.FooterTabletMenuMainItem {
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    padding: 12px 10px;
    width: 100%;
}

.TabletMenuArrowContainer {
    width: 40px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 16px 13px;
}

.TabletMenuItemArrow {
    position: absolute;
    font-size: 16px;
    color: #474747;
}

.TabletMenuSubMenu, .TabletMenuSecondSubMenu {
    display: none;
}

.TabletMenuSubItem {
    position: relative;
    cursor: pointer;
    color: #474747;
    font-size: 14px;
    line-height: 14px;
    padding: 15px 10px;
    width: 100%;
    background-color: #f0f0f0;
    border-bottom: 1px solid #dbdbdb;
}

.TabletMenuSubItemBgColor {
    background-color: #f0f0f0;
}

.TabletMenuSecondSubItem {
    position: relative;
    cursor: pointer;
    color: #474747;
    font-size: 12px;
    line-height: 14px;
    padding: 15px 18px;
    width: 100%;
    background-color: #e1e0e0;
    border-bottom: 1px solid #dbdbdb;
}

.TabletMenuSecondSubItemBgColor {
    background-color: #e1e0e0;
}

/*#endregion*/

@media all and (max-width:900px) {

    .BalamandLogo {
        width: 210px;
        padding: 10px 10px 10px 0;
    }

    .AcquinLogo {
        width: 100px;
        padding-top: 29px;
        position: absolute;
        top: 0;
        right: 15px;
    }
}

@media all and (max-width:480px) {

    .BalamandLogo {
        width: 180px;
    }

    .AcquinLogo {
        width: 95px;
        padding-top: 29px;
        position: absolute;
        top: 0;
        right: 15px;
    }
}


/*#endregion*/

/*Scroll top*/
#scrollUp {
    background-image: url("../../images/top-arrow.png");
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
}
/*Scroll top*/


/*#region MasterFooter*/

.FooterMainDiv {
    /*background-color: rgb(12,80,158);*/
    padding: 18px 0;
}

.FooterMainTitle {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 13px;
    
}

.FooterSubTitle {
    color: #FFFFFF;
    font-size: 12px;
    margin-bottom: 2px;
    
}

.FooterSubTitleM {
	
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 2px;
	
}

.FooterMonastery {
    margin-top: 15px;
    max-width: 53px;
}

.FooterMonasteryBlock {
    width: -moz-calc(100% - 53px);
    width: -webkit-calc(100% - 53px);
    width: -o-calc(100% - 53px);
    width: calc(100% - 53px);
    padding-top: 35px;
    padding-left: 20px;
}

.FooterMonasteryTitle {
    color: #FFFFFF;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.FooterSep {
    background-color: rgba(255,255,255,0.4);
    height: 1px;
    margin: 13px 0;
}

.FooterSocialIcons {
    margin-left: 20px;
}

.FooterSocialIconsFB {
    width: 9px;
    height: 16px;
}

.FooterSocialIconsLN {
    width: 11px;
    height: 16px;
}

.FooterSocialIconsTW {
    width: 17px;
    height: 16px;
}

.FooterSocialIconsYT {
    width: 25px;
    height: 17px;
}

.FooterSocialIconsIT {
    width: 17px;
    height: 17px;
}

/*#region tablet footer*/

.TabletFooter {
    background-color: #f0f0f0;
}

.TabletFooterMainDiv {
    /*background-color: rgb(12,80,158);*/
    border-bottom: 1px solid rgba(255,255,255,0.4);
    position: relative;
}

.TabletFooterMainItem {
    position: relative;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 15px;
    padding: 15px 10px;
    width: 100%;
    text-transform: uppercase;
}

.TabletFooterItemArrow {
    position: absolute;
    top: 17px;
    right: 15px;
    font-size: 16px;
}

.TabletFooterSocialDiv {
    padding: 25px 20px;
}

.TabletFooterSocialItems {
    color: #FFFFFF;
    font-size: 15px;
    margin-bottom: 5px;
}

.TabletFooterSubItem {
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 14px;
    padding: 6px 10px 0 10px;
    width: 100%;
    text-transform: uppercase;
}

.TabletFooterSubMenu {
    display: none;
}

/*#endregion*/

@media all and (max-width:1152px) {

    .FullWidth1152 {
        margin-top: 12px;
        width: 100% !important;
    }
}

/*#endregion*/

/*#region MenuInPages*/

.MenuInPages-MainTitle {
    color: #0c509e;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 70px;
    padding-bottom: 50px;
    text-align: center;
}

.MenuInPages-PagesLinksContainer {
    width: 100%;
    padding-bottom: 30px;
    margin: 0 auto;
    text-align: center;
}

.MenuInPages-PagesLinks {
    color: #3c3c3c;
    font-size: 16px;
    text-align: center;
    margin: 0 25px 15px 0;
}

.MenuInPages-PagesLinksSel {
    border-bottom: 1px solid #0c509e;
}

/*#endregion*/


.UOBTextBox {
    width: 100%;
    height: 42px;
    border: 1px solid #DEDEDE;
    padding-left: 15px;
}

.FieldTitle {
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.FieldInputContainer {
    margin-top: 29px;
}

.FileInputInnerContainer {
    max-width: 380px;
}

.UOBButton {
    font-size: 18px;
    background-color: #f0f0f0;
    border: 1px solid #f0f0f0;
    width: 100%;
    height: 41px;
}

.UOBButtonContainer {
    margin-top: 32px;
}

/*#region ControlWithTitleDescRL*/

.TDRLtitle {
    color: #0c509e;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 25px;
    line-height: 22px;
    text-transform: uppercase;
}

.TDRLSubtitle {
    color: #3c3c3c;
    font-size: 16px;
    text-transform: none;
}

.TDRLdesc {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 19px;
}

.PdfDownloaderButton {
    font-size: 16px;
    color: #0c509e;
    padding: 20px 15px;
}

.whiteBox {
    background-color: #FFFFFF;
    padding: 25px 15px;
    margin-bottom: 15px;
}

.whiteBoxMainTitle {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.whiteBoxMainTitleLink {
    color: #0c509e;
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
}

.whiteBoxSep {
    height: 20px;
}

.whiteBoxSubTitle {
    color: #3c3c3c;
    font-size: 14px;
    line-height: 20px;
}

/*#endregion*/


/*#region Preloader start */


.MainPreloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,1);
    top: 0;
    z-index: 10000 !important;
    direction: ltr;
}

.DivPreloader {
    position: absolute;
    width: 100%;
    top: 40%;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.GetInCenter {
    text-align: center;
}

.GetInRight {
    text-align: right;
}

.GetInLeft {
    text-align: left;
}

.GetMyPadding {
    padding-right: 13px;
}

.preloader-wrapper {
    display: inline-block;
    height: 48px;
    position: relative;
    width: 48px;
}

    .preloader-wrapper.small {
        height: 36px;
        width: 36px;
    }

    .preloader-wrapper.big {
        height: 64px;
        width: 64px;
    }

    .preloader-wrapper.active {
        -webkit-animation: 1568ms linear 0s normal none infinite running container-rotate;
        -moz-animation: 1568ms linear 0s normal none infinite running container-rotate;
        animation: 1568ms linear 0s normal none infinite running container-rotate;
    }

@keyframes container-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
    }
}

.spinner-layer {
    border-color: #26a69a;
    height: 100%;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.spinner-blue, .spinner-blue-only {
    border-color: #f0f0f0;
}

.active .spinner-layer.spinner-blue {
    animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running fill-unfill-rotate;
    -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running fill-unfill-rotate;
    -moz-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running fill-unfill-rotate;
}


.active .spinner-layer, .active .spinner-layer.spinner-blue-only, .active .spinner-layer.spinner-red-only, .active .spinner-layer.spinner-yellow-only, .active .spinner-layer.spinner-green-only {
    -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running fill-unfill-rotate;
    -moz-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running fill-unfill-rotate;
    animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running fill-unfill-rotate;
    opacity: 1;
}

@keyframes fill-unfill-rotate {
    12.5% {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
    }

    25% {
        transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
    }

    37.5% {
        transform: rotate(405deg);
        -webkit-transform: rotate(405deg);
        -moz-transform: rotate(405deg);
    }

    50% {
        transform: rotate(540deg);
        -webkit-transform: rotate(540deg);
        -moz-transform: rotate(540deg);
    }

    62.5% {
        transform: rotate(675deg);
        -webkit-transform: rotate(675deg);
        -moz-transform: rotate(675deg);
    }

    75% {
        transform: rotate(810deg);
        -webkit-transform: rotate(810deg);
        -moz-transform: rotate(810deg);
    }

    87.5% {
        transform: rotate(945deg);
        -webkit-transform: rotate(945deg);
        -moz-transform: rotate(945deg);
    }

    100% {
        transform: rotate(1080deg);
        -webkit-transform: rotate(1080deg);
        -moz-transform: rotate(1080deg);
    }
}

@keyframes blue-fade-in-out {
    0% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    26% {
        opacity: 0;
    }

    89% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.gap-patch {
    border-color: inherit;
    height: 100%;
    left: 45%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 10%;
}

    .gap-patch .circle {
        left: -450%;
        width: 1000%;
    }

.circle-clipper {
    border-color: inherit;
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 50%;
}

    .circle-clipper .circle {
        -webkit-animation: 0s ease 0s normal none 1 running none;
        animation: 0s ease 0s normal none 1 running none;
        -moz-animation: 0s ease 0s normal none 1 running none;
        border-bottom-color: transparent !important;
        border-left-color: inherit;
        border-radius: 50%;
        border-right-color: inherit;
        border-style: solid;
        border-top-color: inherit;
        border-width: 3px;
        bottom: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 200%;
    }

    .circle-clipper.left .circle {
        border-right-color: transparent !important;
        left: 0;
        transform: rotate(129deg);
        -webkit-transform: rotate(129deg);
        -moz-transform: rotate(129deg);
    }

    .circle-clipper.right .circle {
        border-left-color: transparent !important;
        left: -100%;
        transform: rotate(-129deg);
        -webkit-transform: rotate(-129deg);
        -moz-transform: rotate(-129deg);
    }

.active .circle-clipper.left .circle {
    animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running left-spin;
    -webkit-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running left-spin;
    -moz-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running left-spin;
}

.active .circle-clipper.right .circle {
    animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running right-spin;
    -webkit-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running right-spin;
    -moz-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal both infinite running right-spin;
}

@keyframes left-spin {
    0% {
        transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
    }

    50% {
        transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        -moz-transform: rotate(-5deg);
    }

    100% {
        transform: rotate(130deg);
        -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
    }
}

@keyframes right-spin {
    0% {
        transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
    }

    50% {
        transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        -moz-transform: rotate(5deg);
    }

    100% {
        transform: rotate(-130deg);
        -webkit-transform: rotate(-130deg);
        -moz-transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    animation: 1568ms linear 0s normal none infinite running container-rotate, 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal none 1 running fade-out;
    -webkit-animation: 1568ms linear 0s normal none infinite running container-rotate, 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal none 1 running fade-out;
    -moz-animation: 1568ms linear 0s normal none infinite running container-rotate, 400ms cubic-bezier(0.4, 0, 0.2, 1) 0s normal none 1 running fade-out;
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.preloader {
    position: relative;
    font-size: 18px;
}

.taxi-category:after {
    content: "";
    display: block;
    clear: both;
}

.static-left {
    float: left;
}

.static-right {
    float: right;
    margin-right: 6px;
}

.cube {
    height: 46px;
    position: absolute;
    top: 40px;
    right: 102px;
    transform-origin: 50% 50% 0;
    -webkit-transform-origin: 50% 50% 0;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    animation: letter 1.5s infinite ease-out;
    -webkit-animation: letter 1.5s infinite ease-out;
    animation-delay: .5s;
    -webkit-animation-delay: .5s;
}

.top {
    transform: rotateX(90deg) translateY(0) translateZ(24px);
    -webkit-transform: rotateX(90deg) translateY(0) translateZ(24px);
}

.front {
    transform: rotateX(0deg) translateZ(24px);
    -webkit-transform: rotateX(0deg) translateZ(24px);
}

.letter {
    display: inline-block;
    font-size: 33px;
    color: rgb(12,80,158);
}

.letter-black {
    background-color: #000;
}

.letter-move {
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.taxi-name {
    font-size: 27px;
    letter-spacing: 2px;
    color: rgb(12,80,158);
}

@keyframes letter {
    0% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
    }

    70% {
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
    }

    100% {
        transform: rotateX(-90deg);
        -webkit-transform: rotateX(-90deg);
    }
}


@media all and (max-width:768px) {
    .PreloadImageLogo {
        width: 88px;
    }

    .taxi-name, .letter {
        font-size: 30px;
    }

    .cube {
        top: 40px;
        right: 132px;
    }

    .static-right {
        margin-right: 45px;
    }
}

@media all and (max-width:480px) {
    .taxi-name, .letter {
        font-size: 23px;
    }

    .taxi-name, .letter {
        font-size: 23px;
    }

    .cube {
        top: 25px;
        right: 98px;
    }

    .static-right {
        margin-right: 32px;
    }

    .PreloadImageLogo {
        width: 80px;
    }
}
/*#endregion*/



.ResearchCouncilTabInner {
    display: inline;
}

.ResearchCouncilTabMobile, .ResearchCouncilSubTabMobile {
    font-size: 16px;
    color: #3c3c3c;
}

.ResearchCouncilTabMobile {
    background-color: white;
    color:#414141; 
    border-bottom:1px solid #0e509e;
    padding-left: 11px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 0 !important;
    height:45px;
}

.ResearchCouncilSubTabMobile {
    color:#414141; 
    padding-left: 11px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    padding-right: 0px !important;
    border-bottom: 1px solid #0e509e;
}

.ResearchCouncilSubTabMobileContainer {
    background-color: white;
    
}

.ReserachCouncilTabMobileArrow {
    width: 7px;
    top: 3px;
    position: relative;
}

.RotateMyArrow {
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -ms-transform-origin: center center; /* IE 9 */
    -webkit-transform-origin: center center; /* Safari */
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
